# DO NOT EDIT OR COPY THIS FILE. TEXSHOP WILL AUTOMATICALLY UPDATE IT 
# special latexmk settings for Herb Schulz
#$latex = 'latex --shell-escape --synctex=1 --file-line-error %O %S';
$latex = "latex $TSUserCompileOptions --synctex=1 --file-line-error %O %S";
$dvips = 'dvips -R0 %O -o %D %S';
$dvips_pdf_switch = '-Poutline';
#$ps2pdf = 'ps2pdf -dNOSAFER -dCompatibilityLevel=1.5 %O %S %D';
#$ps2pdf = 'ps2pdf -dALLOWPSTRANSPARENCY -dCompatibilityLevel=1.5 %O %S %D';
$ps2pdf = "ps2pdf $ENV{gstransparencyarg} -dCompatibilityLevel=1.5 %O %S %D";
#$ps2pdf = 'ps2pdf -dAutoRotatePages=\/None %O %S %D';

# if a bbl file is present but the generating bib file isn't available don't run bibtex. --- default in latexmk 4.13
#$bibtex_use = 1;

